home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / dev / lang / python_src.lha / amigapython / README.Amiga < prev    next >
Text File  |  1995-10-26  |  992b  |  25 lines

  1. Short: Amiga Python (cf perl, REXX)
  2. Author: Guido van Rossum (Amiga version: Geoff Fellows)
  3. The Amiga version of Python-1.3 is based on the POSIX version like M$ NT.
  4. You need SAS/C v6.5x.  To make the executeable python.bin just use
  5. the SMake command.
  6.  
  7. To test the binary file (python.bin), copy it into a suitable directory in
  8. your PATH as python, Assign Python: to directory containing the Python Lib
  9. directory and then type "smake test".
  10.  
  11. These files needed modification:
  12. Include/allobjects, compile.h, modsupport.h, osdefs.h, traceback.h
  13. Modules/posixmodule.c(lots!), timemodule.c
  14. Python/getargs.c
  15.  
  16. I made a SMakefile and SCOPTIONS file which you may want to adjust.
  17. The SMakefile adds the environment PYTHONUNBUFFERED otherwise the
  18. prompt comes after input.
  19.  
  20. This a base version.  It needs access to the Amiga Libraries.  I tried
  21. to make a version that uses sockets through AmiTCP but had problems with
  22. a multiply-defined symbol: @__dostat.
  23.  
  24. Geoff: gfellows@csu.edu.au 24th October 1995
  25.